home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / GWMALLOC.ZIP;1 / GWMALLOC.TAR / gw_malloc / README < prev    next >
Encoding:
Text File  |  1993-04-08  |  1.6 KB  |  44 lines

  1. -------------------------------------------------------------------------------
  2. $Id: README,v 1.14 1993/04/01 04:59:15 gray Exp $
  3. -------------------------------------------------------------------------------
  4.  
  5. INSTALLATION:
  6.  
  7. 1) Run 'sh ./configure' to configure the library and generate the
  8.     Makefile and conf.h.  Examine conf.h (especially) as well as
  9.     Makefile to make sure configure set things up correctly.
  10.  
  11. 2) Typing 'make' should be enough to build libmalloc.a and
  12.     malloc_dbg program.
  13.  
  14. 3) Typing 'make test' should build the malloc_t test program
  15.  
  16. -------------------------------------------------------------------------------
  17.  
  18. DOCUMENTATION:
  19.  
  20. Examine the malloc.info file.  Is is a gnu-info file having the
  21. user-documentation for the malloc subsystem.  It can be installed in
  22. the emacs info directory and read with emacs/info or the info program
  23. available at GNU archive sites.  It is also suitable for reading as
  24. text.
  25.  
  26. It can be reproduced from the malloc.texi texinfo file which also can
  27. generate TeX hardcopy output.  You may need the new texinfo.tex from
  28. the gnu archive sites.
  29.  
  30. -------------------------------------------------------------------------------
  31.  
  32. NOTES:
  33.  
  34. - the system is definitely dependent on a good ansi-c compiler like gcc.
  35. - the file Manifest contains a list of each of the file and what it does.
  36. - configure can be regenerated by the autoconf script.
  37. - the file sample.c contains an example of some of the malloc macros and
  38.     functions.
  39.  
  40. If you have any problems with porting issues feel free to send me mail.
  41. gray.watson@antaire.com
  42.  
  43. -------------------------------------------------------------------------------
  44.